github.com/andybalholm/brotli.hashForgetfulChain.free_slot_idx (field)

6 uses

	github.com/andybalholm/brotli (current package)
		hash_forgetful_chain.go#L51: 	free_slot_idx []uint16
		hash_forgetful_chain.go#L73: 	h.free_slot_idx = make([]uint16, h.numBanks)
		hash_forgetful_chain.go#L103: 	for i := range h.free_slot_idx {
		hash_forgetful_chain.go#L104: 		h.free_slot_idx[i] = 0
		hash_forgetful_chain.go#L113: 	idx := uint(h.free_slot_idx[bank]) & ((1 << h.bankBits) - 1)
		hash_forgetful_chain.go#L114: 	h.free_slot_idx[bank]++